[WIP] Use the Systemd [Container] directive#50
Conversation
|
Checked commits agrare/manageiq-providers-embedded_terraform@3ebcba3~...ca6da61 with ruby 2.7.8, rubocop 1.56.3, haml-lint 0.51.0, and yamllint |
|
This pull request is not mergeable. Please rebase and repush. |
|
This pull request has been automatically marked as stale because it has not been updated for at least 3 months. If these changes are still valid, please remove the |
5 similar comments
|
This pull request has been automatically marked as stale because it has not been updated for at least 3 months. If these changes are still valid, please remove the |
|
This pull request has been automatically marked as stale because it has not been updated for at least 3 months. If these changes are still valid, please remove the |
|
This pull request has been automatically marked as stale because it has not been updated for at least 3 months. If these changes are still valid, please remove the |
|
This pull request has been automatically marked as stale because it has not been updated for at least 3 months. If these changes are still valid, please remove the |
|
This pull request has been automatically marked as stale because it has not been updated for at least 3 months. If these changes are still valid, please remove the |
Podman has a systemd generator that takes .container files and auto generates a .service file from that
Ref: https://docs.podman.io/en/latest/markdown/podman-systemd.unit.5.html
NOTE this isn't currently working while running as the manageiq user/group because it generates
--cidfile=%t/%N.cidwhich is/run/opentofu-runner.cidand/runis only writable by root.Here is the service file that gets auto generated